home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef SecondH
- #define SecondH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TSecondForm : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- private: // User declarations
- public: // User declarations
- virtual __fastcall TSecondForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TSecondForm *SecondForm;
- //---------------------------------------------------------------------------
- #endif
-